@charset "utf-8";
/* CSS Document */

/*背景*/
.background{
	background-image: url("../assets_streetview/bg_haikei.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

	 background: linear-gradient(
    180deg,
    rgba(254, 196, 116, 0.3) 44.999998807907104%,
    rgba(40, 201, 145, 0.3) 80.0000011920929%
  );
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: flex-start;
  height: 4750.27px;
  position: relative;
}


.fv1-outer{
	text-align: center;
	margin: auto;
	padding: 20px;
	background-image: linear-gradient(#51a79c 65%, #ffd287 100%);
	color: #ffffff;
}
.fv-svg {
  width: 60%;
  height: 60%;
  position: relative;
  overflow: visible;
}

.fv1-img{
	padding: 20px;
}

.fv1-svg-img{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

@media screen and(max-width:768px) {
	.fv1-svg-img{
		display: flex;
		flex-direction: column;
	}

}


.fv1-h2{
	font-size: 30px;
}
.fv1-h3{
	font-size: 25px;
}

.fv2-p{
	font-size: 20px;
}
/*紹介 BOXの色変え-01*/

.lnav-01{
	color: #FFFFFF;
	font-weight: 900;
	text-align: center;
	vertical-align:baseline;
	
}

.lnav-link-01{
	color: #FFFFFF;
	width: 300px;
	display: inline-block;
	font-size: 25px;
	padding: 25px 25px;
	margin: 30px auto;
	border-radius: 5px;
	background: #197079;
}

a:link.lnav-link-01 {
	display: block;
	color: #fff;
	text-decoration: none;
}

a:visited.lnav-link-01 {
	color: #fff;
}

a:hover.lnav-link-01 {
	color: #505050;
	background: #ffbe63;
	border-radius: 5px;
	  transition: background-color 0.3s ease-in-out;
}

a:active.lnav-link-01 {
	color: #fff;
}

a:active.lnav-link-01 {
	color: #fff;
	text-decoration: none;
}